← Index
NYTProf Performance Profile   
For /usr/share/koha/opac/cgi-bin/opac/opac-search.pl
  Run on Tue Oct 15 11:58:52 2013
Reported on Tue Oct 15 12:02:25 2013

Filename(eval 1026)[/usr/share/perl5/YAML/Base.pm:73]
StatementsExecuted 129 statements in 832µs
Eval Invoked At/usr/share/perl5/YAML/Base.pm line 73
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
6421617µs617µsYAML::Base::::__ANON__[:8]YAML::Base::__ANON__[:8]
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1
# spent 617µs within YAML::Base::__ANON__[(eval 1026)[/usr/share/perl5/YAML/Base.pm:73]:8] which was called 64 times, avg 10µs/call: # 32 times (351µs+0s) by YAML::init_action_object at line 83 of YAML.pm, avg 11µs/call # 32 times (266µs+0s) by YAML::init_action_object at line 87 of YAML.pm, avg 8µs/call
sub {
264199µs $_[0]->{loader_class} = 'YAML::Loader'
3
4 unless exists $_[0]->{loader_class};
564628µs return $_[0]->{loader_class} unless $#_ > 0;
6 $_[0]->{loader_class} = $_[1];
7 return $_[0]->{loader_class};
8}
9
1016µs;